-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FurnaceEvents, Expressions #7093
base: dev/feature
Are you sure you want to change the base?
FurnaceEvents, Expressions #7093
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first look over
…sm/SkriptTest into dev/FurnaceEvents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this must've taken ages, good work! i can't even review it all at once :)
src/test/java/org/skriptlang/skript/test/tests/syntaxes/events/EvtFurnaceTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/skriptlang/skript/test/tests/syntaxes/events/EvtFurnaceTest.java
Outdated
Show resolved
Hide resolved
…sm/SkriptTest into dev/FurnaceEvents
src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprFurnaceEventValues.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprFurnaceEventValues.java
Outdated
Show resolved
Hide resolved
src/test/java/org/skriptlang/skript/test/tests/syntaxes/events/EvtFurnaceTest.java
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprFurnaceEventValues.java
Outdated
Show resolved
Hide resolved
…vents # Conflicts: # src/test/skript/tests/syntaxes/expressions/ExprFurnace.sk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should turn this into a module
src/main/java/ch/njol/skript/expressions/ExprFurnaceEventItems.java
Outdated
Show resolved
Hide resolved
I dont know if it's big enough to be turned into a module. |
sure it is |
…vents # Conflicts: # src/main/java/ch/njol/skript/Skript.java
Description
This PR aims to add two of of the missing furnace events, and a rewrite of old expressions plus addition of new expressions
Target Minecraft Versions: any
Requirements: none
Related Issues: none